cargo.git
2014-12-31 borsAuto merge of #1110 - brson:install, r=alexcrichton
2014-12-31 Brian Andersonmk: Fix cargo installation manifest location
2014-12-30 borsAuto merge of #1102 - brson:rust-installer-v2, r=brson
2014-12-30 borsAuto merge of #1082 - alexcrichton:std-error, r=alexcri...
2014-12-30 Brian AndersonFix 'make no-exes'
2014-12-30 Alex CrichtonClean up Cargo's util::errors module
2014-12-30 Felipe SereRemoves macro and conflicting impls
2014-12-30 Felipe SereNaive replacement of FromError
2014-12-30 borsauto merge of #1100 : kballard/cargo/tweak-readme-insta...
2014-12-30 borsauto merge of #1074 : alexcrichton/cargo/issue-1069...
2014-12-30 borsauto merge of #1097 : alexcrichton/cargo/dev-deps-for...
2014-12-30 Alex CrichtonRefactor git rev handling infrastructure
2014-12-29 Kevin BallardUse "$PWD" instead of `pwd` in install instructions
2014-12-29 Brian AndersonUpgrade rust-installer to v2
2014-12-28 Alex CrichtonBe sure to include --extern for dev-deps and examples
2014-12-28 Alex CrichtonMerge pull request #1093 from poiru/always-show-vertica...
2014-12-26 Birunthan MohanathasAlways display vertical scrollbar
2014-12-26 Birunthan MohanathasMerge body blocks in all.css
2014-12-25 borsauto merge of #1089 : bheart/cargo/master, r=alexcrichton
2014-12-25 Will TangeUpdate rustc-serialize to 0.1.5
2014-12-25 borsauto merge of #1085 : geomaster/cargo/master, r=alexcri...
2014-12-24 David DavidovićTemporary fix for tests
2014-12-24 David DavidovićUse std::iter repeat to generate indentation level
2014-12-24 David DavidovićAvoid logic duplication
2014-12-24 David DavidovićFix deprecation warnings
2014-12-24 David DavidovićBreak long lines
2014-12-24 David DavidovićFix tests
2014-12-24 David DavidovićAdd rustc-serialize dependency to registry
2014-12-24 David DavidovićUpdate Cargo.lock for newest dependencies
2014-12-24 David DavidovićAdd Levenshtein distance implementation
2014-12-24 David DavidovićUpdate dependency info
2014-12-24 David DavidovićFix fn type mismatch error
2014-12-24 David DavidovićHandle from_utf8 new return type
2014-12-24 David DavidovićUpdate references to renamed traits
2014-12-24 David DavidovićMigrate to rustc-serialize
2014-12-23 David DavidovićBump version numbers
2014-12-23 borsauto merge of #1084 : brson/cargo/home, r=alexcrichton
2014-12-23 Brian AndersonAllow the location of `~/.cargo` to be overridden via...
2014-12-23 David DavidovićBump required rust version
2014-12-23 David DavidovićUpdate to rust master
2014-12-21 borsauto merge of #1079 : alexcrichton/cargo/update-rust...
2014-12-21 Alex CrichtonUpdate to rust master
2014-12-21 Alex CrichtonMerge branch 'pr-btree' of https://github.com/akiss77...
2014-12-21 borsauto merge of #1078 : alexcrichton/cargo/issue-1071...
2014-12-21 Alex CrichtonFix readme instructions for submodules
2014-12-21 Akos KissUse std::collections::{BTreeSet, BTreeMap} instead...
2014-12-21 borsauto merge of #1075 : cmr/cargo/rustc-vverbose, r=alexc...
2014-12-21 Corey RichardsonUpdate to new-style rustc CLI args
2014-12-21 borsauto merge of #1066 : alexcrichton/cargo/registry-deps...
2014-12-20 Alex CrichtonUpdate rust and all deps
2014-12-20 Alex CrichtonMove all deps to the registry
2014-12-19 borsauto merge of #1067 : alexcrichton/cargo/fix-registry...
2014-12-19 Alex CrichtonFix cases where a registry is not updated
2014-12-19 borsauto merge of #1064 : alexcrichton/cargo/snapshots...
2014-12-19 Alex CrichtonRegister new snapshots
2014-12-18 borsauto merge of #1045 : alexcrichton/cargo/update-git2...
2014-12-18 Alex CrichtonUpdate git2 and cargo snapshots
2014-12-18 borsauto merge of #1060 : alexcrichton/cargo/pr-1012, r...
2014-12-18 Alex CrichtonAdd a test for PR #1012
2014-12-18 Alex CrichtonMerge branch 'fix-custom-build-cross' of https://github...
2014-12-16 borsauto merge of #1057 : alexcrichton/cargo/fix-nightly...
2014-12-16 Alex CrichtonFix mac nightly builds
2014-12-16 borsauto merge of #1053 : sfackler/cargo/master, r=alexcrichton
2014-12-16 Steven FacklerWarn if none of documentation, homepage or repository...
2014-12-15 borsauto merge of #1051 : liigo/cargo/print-version-to...
2014-12-15 Liigo Zhuangadd test: cargo --version
2014-12-15 Liigo Zhuangfix fatal condition
2014-12-14 Liigo Zhuangprint non-fatal errors to stdout instead of stderr
2014-12-12 borsauto merge of #1042 : cgaebel/cargo/execute-main-with...
2014-12-12 Clark GaebelAdd support for a custom arguments list when running...
2014-12-12 borsauto merge of #1039 : alexcrichton/cargo/update-rust...
2014-12-12 Alex CrichtonBump rustc version
2014-12-11 borsauto merge of #1036 : brson/cargo/flakeywindows, r...
2014-12-11 Brian AndersonSleep before unlinking to fix a flaky test on windows
2014-12-11 borsauto merge of #1034 : brson/cargo/rust-installer, r...
2014-12-11 Brian AndersonUse rust-installer for installation
2014-12-11 borsauto merge of #1022 : alexcrichton/cargo/std-thread...
2014-12-11 borsauto merge of #1024 : alexcrichton/cargo/less-send...
2014-12-10 Alex CrichtonRemove lots of no longer necessary + Send annotations
2014-12-09 borsauto merge of #1021 : alexcrichton/cargo/issue-986...
2014-12-09 Alex CrichtonMigrate to std::sync::TaskPool
2014-12-09 borsauto merge of #1020 : alexcrichton/cargo/issue-885...
2014-12-08 Alex CrichtonRebuild files if target directory is corrupt
2014-12-08 borsauto merge of #1019 : alexcrichton/cargo/issue-991...
2014-12-08 borsauto merge of #1018 : jakub-/cargo/cargo-search-api...
2014-12-08 Alex CrichtonFix build scripts in dev-dependencies
2014-12-08 borsauto merge of #1009 : jmesmon/cargo/err-msg-fix, r...
2014-12-08 Jakub BukajDo not require an API token for `cargo search`
2014-12-08 Jakub BukajUpdate to latest Rust
2014-12-08 borsauto merge of #989 : jbcrail/cargo/fix-doc-spelling...
2014-12-08 borsauto merge of #1010 : alexcrichton/cargo/mingw, r=brson
2014-12-08 Alex CrichtonBump libgit2 dep to hopefully fix win32
2014-12-08 Alex CrichtonFix updating the registry too often
2014-12-05 Cody P Schafercustom_build: build output goes in the directory for...
2014-12-04 Alex CrichtonDelete bundled gcc libs on windows
2014-12-04 borsauto merge of #1008 : jmesmon/cargo/custom_build_kind...
2014-12-04 Cody P Schafercustom_build: add the HOST environment variable
2014-12-04 borsauto merge of #990 : alexcrichton/cargo/update-blows...
2014-12-03 borsauto merge of #997 : alexcrichton/cargo/issue-993-attem...
2014-12-03 Cody P SchaferWe're cargo, not rustc
next